diff options
author | jstebbins <[email protected]> | 2009-03-01 19:40:56 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-03-01 19:40:56 +0000 |
commit | 883b33c821d547afc1482bf19d6c496949599683 (patch) | |
tree | 19d7b6585caba05502e83e30fbfff019b215d4bf /gtk/configure.ac | |
parent | a2763d8dc216bc2670d49128d98dd65600cfe95f (diff) |
LinGui: remove extraneous files dist files like AUTHORS etc.
add distclean to xclean rules
link gtk.xclean to top xclean
use hb build systems CFLAGS and LDFLAGS
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2184 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/configure.ac')
-rw-r--r-- | gtk/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac index 76a39cc35..1fcc124b2 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -3,7 +3,7 @@ dnl Created by Anjuta application wizard. AC_INIT(ghb, 0.1) -AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE([1.9.6 foreign no-dist-gzip dist-bzip2 dist-zip]) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |