diff options
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rw-r--r-- | test/Makefile.am | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index c175641..50f8ffe 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -3,7 +3,7 @@ SUBDIRS = src test | |||
| 3 | pkgconfigdir = $(libdir)/pkgconfig | 3 | pkgconfigdir = $(libdir)/pkgconfig |
| 4 | pkgconfig_DATA = mtdev.pc | 4 | pkgconfig_DATA = mtdev.pc |
| 5 | 5 | ||
| 6 | INCLUDES = $(top_srcdir)/include/ | 6 | AM_CPPFLAGS = $(top_srcdir)/include/ |
| 7 | 7 | ||
| 8 | .PHONY: ChangeLog INSTALL | 8 | .PHONY: ChangeLog INSTALL |
| 9 | INSTALL: | 9 | INSTALL: |
diff --git a/configure.ac b/configure.ac index 211f1c5..070b861 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -10,7 +10,6 @@ AC_CONFIG_AUX_DIR([config-aux]) | |||
| 10 | 10 | ||
| 11 | # Initialize Automake | 11 | # Initialize Automake |
| 12 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) | 12 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) |
| 13 | AM_MAINTAINER_MODE | ||
| 14 | 13 | ||
| 15 | LIB_VERSION=1:0:0 | 14 | LIB_VERSION=1:0:0 |
| 16 | AC_SUBST([LIB_VERSION]) | 15 | AC_SUBST([LIB_VERSION]) |
diff --git a/src/Makefile.am b/src/Makefile.am index 16d388c..317e237 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -18,7 +18,7 @@ libmtdev_la_SOURCES = \ | |||
| 18 | 18 | ||
| 19 | AM_CFLAGS = $(CWARNFLAGS) #-DMTDEV_NO_LEGACY_ABI | 19 | AM_CFLAGS = $(CWARNFLAGS) #-DMTDEV_NO_LEGACY_ABI |
| 20 | 20 | ||
| 21 | INCLUDES = -I$(top_srcdir)/include/ | 21 | AM_CPPFLAGS = -I$(top_srcdir)/include/ |
| 22 | 22 | ||
| 23 | libmtdevincludedir = $(includedir) | 23 | libmtdevincludedir = $(includedir) |
| 24 | libmtdevinclude_HEADERS = \ | 24 | libmtdevinclude_HEADERS = \ |
diff --git a/test/Makefile.am b/test/Makefile.am index 0cdd859..2b504bd 100644 --- a/test/Makefile.am +++ b/test/Makefile.am | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | noinst_PROGRAMS = mtdev-mapgen mtdev-matching mtdev-kernel | 1 | noinst_PROGRAMS = mtdev-mapgen mtdev-matching mtdev-kernel |
| 2 | bin_PROGRAMS = mtdev-test | 2 | bin_PROGRAMS = mtdev-test |
| 3 | 3 | ||
| 4 | INCLUDES=-I$(top_srcdir)/include/ | 4 | AM_CPPFLAGS=-I$(top_srcdir)/include/ |
| 5 | 5 | ||
| 6 | mtdev_mapgen_SOURCES = mtdev-mapgen.c | 6 | mtdev_mapgen_SOURCES = mtdev-mapgen.c |
| 7 | 7 | ||
