diff options
author | Karl MacMillan <kmacmill@redhat.com> | 2007-10-17 15:40:55 -0400 |
---|---|---|
committer | Karl MacMillan <kmacmill@redhat.com> | 2007-10-17 15:40:55 -0400 |
commit | f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e (patch) | |
tree | 7d79dd620858f31623f4e4e90edc06e37b0be762 /ipa-server/Makefile.common | |
parent | bc52446074fb6013d1f06f1bb579e2cbfcb896b2 (diff) | |
download | freeipa.git-f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e.tar.gz freeipa.git-f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e.tar.xz freeipa.git-f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e.zip |
Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.
Diffstat (limited to 'ipa-server/Makefile.common')
-rw-r--r-- | ipa-server/Makefile.common | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ipa-server/Makefile.common b/ipa-server/Makefile.common deleted file mode 100644 index 0ca3e213..00000000 --- a/ipa-server/Makefile.common +++ /dev/null @@ -1,21 +0,0 @@ -# set to 1 to produce a debug build of all subprojects -#export DEBUG=1 - -# set to 1 to build for 64bit -#export BUILD64=0 - -ifeq ($(DEBUG),1) - export CFLAGS = -g -Wall -Wshadow - export LDFLAGS = -g -else - export CFLAGS = -O2 -Wall -Wshadow -endif - -DIRSRV=dirsrv -PREFIX?=$(DESTDIR)/usr -LIBDIR?=$(DESTDIR)/usr/lib -SHAREDIR?=$(PREFIX)/share/ipa -PLUGINDIR?=$(LIBDIR)/$(DIRSRV)/plugins -SBINDIR?=$(PREFIX)/sbin -INITDIR?=$(DESTDIR)/etc/rc.d/init.d -PYTHONDIR?=$(SHAREDIR)/ipaserver
\ No newline at end of file |