From 2ab14c0fb8dbf8850423fbb2e38a24ea881a8e49 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Fri, 14 Dec 2012 15:03:33 +0000 Subject: Factor out the model for the edge style selector This allows us to use it in other widgets. --- tikzit/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tikzit/src/Makefile.am') 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 \ -- cgit v1.2.3