diff options
Diffstat (limited to 'src/tools/boost')
-rw-r--r-- | src/tools/boost/Makefile.am | 9 | ||||
-rw-r--r-- | src/tools/boost/gui/Makefile.am | 6 |
2 files changed, 0 insertions, 15 deletions
diff --git a/src/tools/boost/Makefile.am b/src/tools/boost/Makefile.am deleted file mode 100644 index 725e078..0000000 --- a/src/tools/boost/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_LTLIBRARIES = libboost.la -libboost_la_SOURCES = boostc.cpp boostc_compile.cpp boost_config.cpp \ - boost.cpp boostcpp.cpp boostbasic.cpp boost_generator.cpp -libboost_la_LDFLAGS = $(all_libraries) - -SUBDIRS = gui
\ No newline at end of file diff --git a/src/tools/boost/gui/Makefile.am b/src/tools/boost/gui/Makefile.am deleted file mode 100644 index 94fda00..0000000 --- a/src/tools/boost/gui/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_LTLIBRARIES = libboostui.la -libboostui_la_SOURCES = boost_ui.cpp -libboostui_la_LDFLAGS = $(all_libraries) |