diff options
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.cvs b/Makefile.cvs index 753682a..9f5035e 100644 --- a/Makefile.cvs +++ b/Makefile.cvs @@ -15,13 +15,13 @@ devel: $(LIBTOOLFILES) $(AUTOMAKEFILES) touch include/stamp-h.in dist: $(LIBTOOLFILES) $(AUTOMAKEFILES) - aclocal -I conf/m4/plptools conf/m4/kde + aclocal -I conf/m4/plptools -I conf/m4/kde autoheader automake --include-deps make -C kde2 -f Makefile.am am_edit autoconf touch include/stamp-h.in - ./configure + ./configure --enable-kde $(MAKE) dist $(ACLOCAL): |