X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=Makefile.am;h=7f1b577ff153cb1ea8c46b4164bbcacaeb019347;hp=844c2d86cc1ec025d1c2df65d814776c8058b5c9;hb=efc550418c0b107c07818809a3d8e779e476dcd4;hpb=2b8b9508c63608402921232d8451ae1b07ea2bf7 diff --git a/Makefile.am b/Makefile.am index 844c2d8..7f1b577 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ INSTALLATION_DEFINES = \ -DCONFIG_DATA="\"$(CONFIGdir)\"" \ -DSHARE_DATA="\"$(SHAREdir)\"" \ -DLOG_DIR="\"$(LOGdir)\"" \ - -DEXTENSION_DATA="\"$(EXTENSIONdir)/extensions\"" + -DEXTENSION_DATA="\"$(EXTENSIONdir)\"" INCLUDES = $(all_includes) -I/usr/include/mISDNuser $(INSTALLATION_DEFINES) @@ -134,6 +134,9 @@ install-data-hook: echo "NOTE: special efi tones already exists, not overwritten." ; else \ cp -a tones_efi $(SHAREdir) ; fi +clean-generic: + rm -f *.po + # test rule, nothing important #echo: # -echo $(all_libraries) >&2