X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2FMakefile.am;h=b5dbb421b4095fb2a9cebb0ac92bd64e8e7e8f0a;hb=e23bc37c0a5e552395e499e7b8cee8d610b8e4f4;hp=ca93f9ee5f3818b27c39bf0d4723f341f71459b9;hpb=bd1567199bf9a875cd3cef3b0301d359ad008867;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/Makefile.am b/helm/gtkmathview-bonobo/src/Makefile.am index ca93f9ee5..b5dbb421b 100644 --- a/helm/gtkmathview-bonobo/src/Makefile.am +++ b/helm/gtkmathview-bonobo/src/Makefile.am @@ -2,13 +2,15 @@ lib_LTLIBRARIES = libgtkmathview-bonobo.la libgtkmathview_bonobo_la_LIBADD = $(GTKMATHVIEW_LIBS) $(BONOBOUI_LIBS) $(BONOBO_LIBS) -libgtkmathview_bonobo_la_LDFLAGS = -version-info @GTKMATHVIEW_BONOBO_VERSION_INFO@ +libgtkmathview_bonobo_la_LDFLAGS = -version-info @GTKMATHVIEW_CONTROL_VERSION_INFO@ libgtkmathview_bonobo_la_SOURCES = \ - control-factory.c + control-factory.c \ + persist-file.c pkginclude_HEADERS = \ - control-factory.h + control-factory.h \ + persist-file.h INCLUDES = \ $(BONOBOUI_CFLAGS) \