Browse Source

build: Do not set MKSPLITSCRIPT CPP macro

Not needed anymore since the rewrite in C of mksplit.

Missed in commit f2115151c19ff37b305296c23225807b0832086b.
Guillem Jover 15 years ago
parent
commit
7dc8ca8a27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dpkg-split/Makefile.am

+ 1 - 1
dpkg-split/Makefile.am

@@ -3,7 +3,7 @@
 localedir = $(datadir)/locale
 AM_CPPFLAGS = \
 	-DLOCALEDIR=\"$(localedir)\" \
-	-DADMINDIR=\"$(admindir)\" -DMKSPLITSCRIPT=\"$(pkglibdir)/mksplit\" \
+	-DADMINDIR=\"$(admindir)\" \
 	-idirafter $(top_srcdir)/lib/compat \
 	-I$(top_builddir) \
 	-I$(top_srcdir)/lib