[Mobies-commit] [commit] r4136 - UDM/trunk/src/UdmDom

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Fri Oct 12 12:35:30 CDT 2012


Author: ksmyth
Date: Fri Oct 12 12:35:30 2012
New Revision: 4136

Log:
Fix out-of-tree builds (e.g. make rpms)

Modified:
   UDM/trunk/src/UdmDom/Makefile.am

Modified: UDM/trunk/src/UdmDom/Makefile.am
==============================================================================
--- UDM/trunk/src/UdmDom/Makefile.am	Thu Oct 11 17:22:24 2012	(r4135)
+++ UDM/trunk/src/UdmDom/Makefile.am	Fri Oct 12 12:35:30 2012	(r4136)
@@ -1,6 +1,9 @@
 ## Makefile.am -- Process this file with automake to produce Makefile.in
 
-AM_CPPFLAGS		= -I$(top_srcdir)/include $(XERCESINC)
+AM_CPPFLAGS		= -I$(top_srcdir)/include -I$(srcdir)/src/UdmDom $(XERCESINC)
 
 noinst_LTLIBRARIES	= libudmdom.la
 libudmdom_la_SOURCES	= UdmDom.cpp
+
+libudmdomdir = $(srcdir)
+libudmdom_HEADERS = utf8/unchecked.h utf8/core.h


More information about the Mobies-commit mailing list