summaryrefslogtreecommitdiffstats
path: root/src/tools/ccsc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ccsc/Makefile.am')
-rw-r--r--src/tools/ccsc/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tools/ccsc/Makefile.am b/src/tools/ccsc/Makefile.am
new file mode 100644
index 0000000..e0d3844
--- /dev/null
+++ b/src/tools/ccsc/Makefile.am
@@ -0,0 +1,8 @@
+INCLUDES = -I$(top_srcdir)/src $(all_includes)
+METASOURCES = AUTO
+
+noinst_LTLIBRARIES = libccsc.la
+libccsc_la_LDFLAGS = $(all_libraries)
+libccsc_la_SOURCES = ccsc.cpp ccsc_compile.cpp ccsc_config.cpp
+
+SUBDIRS = gui \ No newline at end of file