summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/refactoring/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/refactoring/Makefile.am')
-rw-r--r--umbrello/umbrello/refactoring/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/umbrello/umbrello/refactoring/Makefile.am b/umbrello/umbrello/refactoring/Makefile.am
new file mode 100644
index 00000000..4ab82c59
--- /dev/null
+++ b/umbrello/umbrello/refactoring/Makefile.am
@@ -0,0 +1,8 @@
+noinst_LTLIBRARIES = librefactoring.la
+
+INCLUDES = -I$(top_srcdir) -I$(top_builddir)/umbrello/umbrello/dialogs $(all_includes)
+
+librefactoring_la_METASOURCES = AUTO
+
+librefactoring_la_SOURCES = refactoringassistant.cpp
+