s4:Makefile: try to fix 'make installheaders' on *BSD systems
authorStefan Metzmacher <metze@samba.org>
Thu, 26 Feb 2009 09:55:00 +0000 (10:55 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 26 Feb 2009 09:55:00 +0000 (10:55 +0100)
metze

source4/Makefile

index 508836f6da00d835515bd85339ed2c53e5eb6fa1..15b1b8ba40382573716ed20fd20566f360e14ff9 100644 (file)
@@ -146,7 +146,7 @@ endif
 clean::
        @find ../lib ../libcli ../librpc ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f
 
-PUBLIC_HEADERS += $(srcdir)/version.h
+PUBLIC_HEADERS += ./version.h
 
 libraries:: $(STATIC_LIBS) $(SHARED_LIBS)
 modules:: $(PLUGINS)