X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile.am;h=8daa81459ccdec3556f9626427909297089e9c86;hb=9f5977b6a3dde154019ddbfd56e9bb92bf51ba7f;hp=50003aa5fd852573e67cbc05856b32238cd4346d;hpb=98c6201771be9b717d100440a198c200352f7ab9;p=ncmpc.git diff --git a/Makefile.am b/Makefile.am index 50003aa..8daa814 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ AM_CPPFLAGS = \ -DSYSCONFDIR=\""$(sysconfdir)"\" ncmpc_headers = \ + src/glib_compat.h \ src/resolver.h \ src/gidle.h \ src/mpdclient.h \ @@ -166,7 +167,7 @@ check_PROGRAMS = \ test/run_hscroll test_run_hscroll_SOURCES = test/run_hscroll.c src/hscroll.c src/charset.c -test_run_hscroll_CPPFLAGS = -Isrc $(AM_CPPFLAGS) +test_run_hscroll_CPPFLAGS = -I$(srcdir)/src $(AM_CPPFLAGS) test_run_hscroll_LDFLAGS = $(GLIB_LIBS) #