diff options
Diffstat (limited to 'src/app/DiskUsage/radialMap/Makefile.am')
-rw-r--r-- | src/app/DiskUsage/radialMap/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/app/DiskUsage/radialMap/Makefile.am b/src/app/DiskUsage/radialMap/Makefile.am new file mode 100644 index 0000000..ab5effd --- /dev/null +++ b/src/app/DiskUsage/radialMap/Makefile.am @@ -0,0 +1,13 @@ +noinst_LIBRARIES = libradialmap.a + +INCLUDES = -I$(top_srcdir)/src/app/DiskUsage/filelightParts $(all_includes) + +METASOURCES = AUTO + +libradialmap_a_SOURCES = \ + widget.cpp \ + builder.cpp \ + map.cpp \ + widgetEvents.cpp \ + labels.cpp \ + segmentTip.cpp |