diff options
| author | Dan Williams <dcbw@redhat.com> | 2008-12-15 16:02:45 -0500 |
|---|---|---|
| committer | Dan Williams <dcbw@redhat.com> | 2008-12-15 16:02:45 -0500 |
| commit | bcb7f24b97c246e55960c362a70e2c6f485ecf4e (patch) | |
| tree | edfb642173862cdce7fcd1547dabd7ec78b2bc94 /probe-modem/Makefile.am | |
initial bits
Diffstat (limited to 'probe-modem/Makefile.am')
| -rw-r--r-- | probe-modem/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/probe-modem/Makefile.am b/probe-modem/Makefile.am new file mode 100644 index 0000000..7872d7d --- /dev/null +++ b/probe-modem/Makefile.am @@ -0,0 +1,12 @@ +libudevdir = $(prefix)/lib/udev + +libudev_PROGRAMS = probe-modem +probe_modem_SOURCES = probe-modem.c +probe_modem_CPPFLAGS = $(GLIB_CFLAGS) +probe_modem_LDADD = $(GLIB_LDFLAGS) + +rulesdir = $(sysconfdir)/udev/ +rules_DATA = 62-probe-modem-capabilities.rules + +man_MANS = probe-modem.8 + |
