diff options
author | Agney Lopes Roth Ferraz <agney@users.sourceforge.net> | 2005-06-13 18:34:20 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:31 -0500 |
commit | 61dfceab1e3e9d77aa2900a6e333961f89c4ef45 (patch) | |
tree | 673b0f2f59b4b9ed4c2595a5690aa63480190103 /Makefile.in | |
parent | 7d65a12d6431f72e601ea1d0c3ef5d09af8bfb96 (diff) | |
parent | a08438bda21b3e0d7db2db2360d040841970104d (diff) |
Import Debian changes 0.3.7pre-1
hardinfo (0.3.7pre-1) unstable; urgency=low
* New upstream release. (Closes: #280694, #300114, #233033)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fa0aab7e..29014b89 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,8 @@ CFLAGS = -Wall -g $(GTK_CFLAGS) -O6 # ---------------------------------------------------------------------------- OBJECTS = hardinfo.o scsi.o ide.o pci.o usb.o isapnp.o serial.o parport.o \ - computer.o x11.o intl.o about.o v4l.o status.o net.o + computer.o x11.o intl.o about.o v4l.o status.o net.o stock.o \ + details.o modules.o all: $(OBJECTS) $(CC) $(CFLAGS) -o hardinfo $(OBJECTS) $(GTK_LIBS) $(GTK_FLAGS) @@ -19,6 +20,7 @@ install: all cp hardinfo ${DESTDIR}/usr/bin/hardinfo mkdir -p ${DESTDIR}/usr/share/hardinfo/pixmaps cp -rv pixmaps/*.png ${DESTDIR}/usr/share/hardinfo/pixmaps + cp -rv pixmaps/logo.xpm ${DESTDIR}/usr/share/hardinfo/pixmaps mkdir -p ${DESTDIR}/usr/share/hardinfo/pixmaps/distro cp -rv pixmaps/distro/*.png ${DESTDIR}/usr/share/hardinfo/pixmaps/distro mkdir -p ${DESTDIR}/usr/share/hardinfo/lang |