From 37d59a0c44ecd2b380cf9190cfd7f114d17eb569 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sun, 23 May 2010 23:31:14 +0200 Subject: Distcheck fixes Various small fixes to make distcheck pass --- Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 17a85c1..875e01f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ included_glib_includes = @GLIB_CFLAGS@ pkg_config_LDADD=@GLIB_LIBS@ else GLIB_SUBDIR = glib-1.2.10 -included_glib_includes = -I./glib-1.2.10 +included_glib_includes = -I$(top_srcdir)/glib-1.2.10 -I$(top_builddir)/glib-1.2.10 pkg_config_LDADD=glib-1.2.10/libglib.la endif @@ -11,7 +11,7 @@ if USE_INSTALLED_POPT pkg_config_LDADD += $(POPT_LIBS) else pkg_config_LDADD += popt/libpopt.la -popt_includes = -I./popt +popt_includes = -I$(top_srcdir)/popt POPT_SUBDIR = popt endif @@ -36,6 +36,4 @@ pkg_config_SOURCES= \ pkg.c \ parse.h \ parse.c \ - main.c \ - findme.c \ - findme.h + main.c \ No newline at end of file -- cgit v1.2.1