]> arthur.barton.de Git - netatalk.git/blobdiff - libevent/include/Makefile.am
Update libevent to 2.0.12
[netatalk.git] / libevent / include / Makefile.am
index b109ff797a30840c7e6bc2203aa64cf6b12c73d5..fbf459ebb7c707746d4c75376b04c7f14d752382 100644 (file)
@@ -28,7 +28,14 @@ EVENT2_EXPORT = \
 
 EXTRA_SRC = $(EVENT2_EXPORT)
 
-nobase_include_HEADERS = $(EVENT2_EXPORT)
+## Without the nobase_ prefixing, Automake would strip "event2/" from
+## the source header filename to derive the installed header filename.
+## With nobase_ the installed path is $(includedir)/event2/ev*.h.
 
+if INSTALL_LIBEVENT
+nobase_include_HEADERS =       $(EVENT2_EXPORT)
 nobase_nodist_include_HEADERS = ./event2/event-config.h
-
+else
+noinst_HEADERS =               $(EVENT2_EXPORT)
+nodist_noinst_HEADERS =                ./event2/event-config.h
+endif