diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cf4d28e..75d62d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,4 @@ localedir = $(datadir)/locale SUBDIRS = lib include doc po intl src m4 AM_CFLAGS = -Wall -Wstrict-prototypes -g -INCLUDES = -I. -I$(includedir) -I../include +INCLUDES = -I$(includedir) |