hal/hald/linux2/probing Makefile.am,1.4,1.5
David Zeuthen
david at freedesktop.org
Thu Feb 24 09:33:05 PST 2005
Update of /cvs/hal/hal/hald/linux2/probing
In directory gabe:/tmp/cvs-serv9237/hald/linux2/probing
Modified Files:
Makefile.am
Log Message:
2005-02-24 David Zeuthen <davidz at redhat.com>
Fix a few things to get 'make distcheck' to succeed.
Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/probing/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 22 Feb 2005 20:18:04 -0000 1.4
+++ Makefile.am 24 Feb 2005 17:33:03 -0000 1.5
@@ -10,20 +10,20 @@
libexec_PROGRAMS = hald-probe-input hald-probe-hiddev hald-probe-storage hald-probe-volume hald-probe-printer
-hald_probe_printer_SOURCES = probe-printer.c
+hald_probe_printer_SOURCES = probe-printer.c shared.h
hald_probe_printer_LDADD = $(top_builddir)/libhal/libhal.la @PACKAGE_LIBS@
#TODO : get rid of glib in hald_probe_printer
-hald_probe_input_SOURCES = probe-input.c
+hald_probe_input_SOURCES = probe-input.c shared.h
hald_probe_input_LDADD = $(top_builddir)/libhal/libhal.la
-hald_probe_hiddev_SOURCES = probe-hiddev.c
+hald_probe_hiddev_SOURCES = probe-hiddev.c shared.h
hald_probe_hiddev_LDADD = $(top_builddir)/libhal/libhal.la
-hald_probe_storage_SOURCES = probe-storage.c linux_dvd_rw_utils.c linux_dvd_rw_utils.h
+hald_probe_storage_SOURCES = probe-storage.c linux_dvd_rw_utils.c linux_dvd_rw_utils.h shared.h
hald_probe_storage_LDADD = $(top_builddir)/libhal/libhal.la $(top_builddir)/drive_id/libdrive_id.la $(top_builddir)/volume_id/libvolume_id.la
-hald_probe_volume_SOURCES = probe-volume.c linux_dvd_rw_utils.c linux_dvd_rw_utils.h
+hald_probe_volume_SOURCES = probe-volume.c linux_dvd_rw_utils.c linux_dvd_rw_utils.h shared.h
hald_probe_volume_LDADD = $(top_builddir)/libhal/libhal.la $(top_builddir)/drive_id/libdrive_id.la $(top_builddir)/volume_id/libvolume_id.la
More information about the hal-commit
mailing list