From 8115f496b8a97c2cee5f70132e64207b1dfb6fbd Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 24 Aug 2009 11:24:27 +0200 Subject: version bump to 0.1.2-dev; added README, COPYING and config-example to dist/install --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d0d082ec..df2b63b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,12 @@ deadbeef_LDADD = $(LDADD) $(DEPS_LIBS) gme/Game_Music_Emu-0.5.2/gme/libgme.a sid AM_CFLAGS = $(DEPS_CFLAGS) -I$(gmepath) -std=c99 AM_CPPFLAGS = $(DEPS_CFLAGS) -I$(sidpath)/libsidplay/include -I$(sidpath)/builders/resid-builder/include +docsdir = $(datadir)/doc/$(PACKAGE) + +docs_DATA = README COPYING config-example + +EXTRA_DIST = $(docs_DATA) + #install-data-local: # @$(NORMAL_INSTALL) # if test -d $(srcdir)/pixmaps; then \ -- cgit v1.2.3