Skip to content

Commit

Permalink
Add gst-acoustid-query.py to the distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Jan 2, 2011
1 parent 073f574 commit be0924b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,3 +1,3 @@
SUBDIRS = src
SUBDIRS = examples src

EXTRA_DIST = autogen.sh
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -93,6 +93,6 @@ dnl set proper LDFLAGS for plugins
GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex [_]*\(gst_\|Gst\|GST_\).*'
AC_SUBST(GST_PLUGIN_LDFLAGS)

AC_CONFIG_FILES([Makefile src/Makefile])
AC_CONFIG_FILES([Makefile examples/Makefile src/Makefile])
AC_OUTPUT

2 changes: 2 additions & 0 deletions examples/Makefile.am
@@ -0,0 +1,2 @@
EXTRA_DIST = gst-acoustid-query.py

0 comments on commit be0924b

Please sign in to comment.