summaryrefslogtreecommitdiff
path: root/tikzit/src/Makefile.am
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-14 15:03:33 +0000
committerAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-14 15:03:33 +0000
commit2ab14c0fb8dbf8850423fbb2e38a24ea881a8e49 (patch)
treeca4f2b3c89b5326cb3b24cbb0290cb9d23e464ea /tikzit/src/Makefile.am
parentda7ca216f1d79ee1d79ad5d0ba270b09247a87b7 (diff)
Factor out the model for the edge style selector
This allows us to use it in other widgets.
Diffstat (limited to 'tikzit/src/Makefile.am')
-rw-r--r--tikzit/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tikzit/src/Makefile.am b/tikzit/src/Makefile.am
index 1b8a7ca..276723d 100644
--- a/tikzit/src/Makefile.am
+++ b/tikzit/src/Makefile.am
@@ -37,6 +37,7 @@ tikzit_SOURCES = gtk/Application.m \
gtk/EdgeStyle+Storage.m \
gtk/EdgeStyleEditor.m \
gtk/EdgeStyleSelector.m \
+ gtk/EdgeStylesModel.m \
gtk/EdgeStylesPalette.m \
gtk/FileChooserDialog.m \
gtk/HandTool.m \