diff options
Diffstat (limited to 'src/progs/gpsim')
-rw-r--r-- | src/progs/gpsim/Makefile.am | 3 | ||||
-rw-r--r-- | src/progs/gpsim/base/Makefile.am | 6 | ||||
-rw-r--r-- | src/progs/gpsim/gui/Makefile.am | 5 |
3 files changed, 0 insertions, 14 deletions
diff --git a/src/progs/gpsim/Makefile.am b/src/progs/gpsim/Makefile.am deleted file mode 100644 index 490a53d..0000000 --- a/src/progs/gpsim/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO -SUBDIRS = base gui diff --git a/src/progs/gpsim/base/Makefile.am b/src/progs/gpsim/base/Makefile.am deleted file mode 100644 index b008527..0000000 --- a/src/progs/gpsim/base/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -libgpsim_la_LDFLAGS = $(all_libraries) -noinst_LTLIBRARIES = libgpsim.la -libgpsim_la_SOURCES = gpsim.cpp gpsim_debug.cpp diff --git a/src/progs/gpsim/gui/Makefile.am b/src/progs/gpsim/gui/Makefile.am deleted file mode 100644 index d63f4a8..0000000 --- a/src/progs/gpsim/gui/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO -libgpsimui_la_LDFLAGS = $(all_libraries) -noinst_LTLIBRARIES = libgpsimui.la -libgpsimui_la_SOURCES = gpsim_group_ui.cpp |