summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2003-06-26 07:40:13 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2003-06-26 07:40:13 +0000
commit2fe200eeb3ea126f89f505cc3c7acbdfb4f76c2f (patch)
tree024b420c6729b725eca53de7907616a1be4c93ac /Makefile.am
parent4a0640885de557817409e65fde0f8d5c3fdcf904 (diff)
add pkgconfig support
Original commit message from CVS: add pkgconfig support
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 0520b3a..e4539f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
-AUTOMAKE_OPTIONS = 1.5
-
-SUBDIRS = gstreamer examples
+SUBDIRS = gstreamer pkgconfig examples
EXTRA_DIST = \
gst-python.spec.in gst-python.spec
+
+snap:
+ $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`