summaryrefslogtreecommitdiffstats
path: root/src/devices/list/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/list/Makefile.am')
-rw-r--r--src/devices/list/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/list/Makefile.am b/src/devices/list/Makefile.am
deleted file mode 100644
index ce1c03a..0000000
--- a/src/devices/list/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-
-noinst_LTLIBRARIES = libdevicelistnoui.la libdevicelistui.la
-
-libdevicelistnoui_la_LDFLAGS = $(all_libraries)
-libdevicelistnoui_la_SOURCES = device_list.cpp device_list_noui.cpp
-
-libdevicelistui_la_LDFLAGS = $(all_libraries)
-libdevicelistui_la_SOURCES = device_list.cpp device_list_ui.cpp