mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
Origin commit data
------------------
Commit: f36ee26d87
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-04-22 (Sun, 22 Apr 2012)
Origin message was:
------------------
* Add missing $(top_builddir) to Makefile.am
12 lines
259 B
Makefile
12 lines
259 B
Makefile
INCLUDES = \
|
|
-I$(top_builddir) \
|
|
-I$(top_srcdir) \
|
|
-I$(srcdir)/xmltok
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
|
|
|
noinst_LIBRARIES = libtuxbox-xmltree.a
|
|
|
|
libtuxbox_xmltree_a_SOURCES = \
|
|
hashtab.c xmlparse.cpp xmlrole.c xmltok.c xmltree.cpp xmlinterface.cpp
|