X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=80a19ea3c2edcb6341899a0e5831690f658c8103;hb=f8eb49ba25464dcfd52f45b2f66ed33c74cc9d8a;hp=e51a20eb77be646553e84ebd43d6b05c03fb1eb6;hpb=52f6c9ab26c8a64ec413c7b4ae8cf43ac8f628a5;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index e51a20eb..80a19ea3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ exec_prefix = @exec_prefix@ BINDIR = @bindir@ VARDIR = /var/paraslash -PKGDATADIR = @datadir@/@PACKAGE_NAME@ +PKGDATADIR = @datarootdir@/@PACKAGE_NAME@ FONTDIR = $(PKGDATADIR)/fonts PICDIR = $(PKGDATADIR)/pics MANDIR = @datarootdir@/man/man1 @@ -16,7 +16,7 @@ install_sh = @install_sh@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) -codename = oriented abstraction +codename = transient singularity DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W