summaryrefslogtreecommitdiff
path: root/ao-tools/ao-postflight/Makefile.am
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2009-09-06 10:39:23 -0600
committerBdale Garbee <bdale@gag.com>2009-09-06 10:39:23 -0600
commit35c54b3a278fa9bc2bc7f4b5ee04866697c93ba0 (patch)
tree158e5e258d25e1d1f2ffa55492a3db43c16214ba /ao-tools/ao-postflight/Makefile.am
parent4f8eff7401ee2d8092ab36fa33411f9b23dda880 (diff)
parent6d018ab933832e2d80bb1564c339d9fb18b57be2 (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'ao-tools/ao-postflight/Makefile.am')
-rw-r--r--ao-tools/ao-postflight/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/ao-tools/ao-postflight/Makefile.am b/ao-tools/ao-postflight/Makefile.am
new file mode 100644
index 00000000..301ac454
--- /dev/null
+++ b/ao-tools/ao-postflight/Makefile.am
@@ -0,0 +1,12 @@
+bin_PROGRAMS=ao-postflight
+
+AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) $(GNOME_CFLAGS)
+AO_POSTFLIGHT_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a
+
+ao_postflight_DEPENDENCIES = $(AO_POSTFLIGHT_LIBS)
+
+ao_postflight_LDADD=$(AO_POSTFLIGHT_LIBS) $(LIBUSB_LIBS) $(GNOME_LIBS)
+
+ao_postflight_SOURCES = ao-postflight.c
+
+man_MANS = ao-postflight.1