X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2FMakefile.am;h=3abccce7c306b7a5551bb232a82c89e915662ffe;hb=4f52daab3f629aaae5cec7ccd8cc720733a0c13e;hp=013d93a5bbd5e85b6bf579ef855057b8f4c00fc6;hpb=12dd0be29a6a7dc6ac7a571fa99e2aa728fce4d2;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/Makefile.am b/helm/gtkmathview-bonobo/src/Makefile.am index 013d93a5b..3abccce7c 100644 --- a/helm/gtkmathview-bonobo/src/Makefile.am +++ b/helm/gtkmathview-bonobo/src/Makefile.am @@ -1,14 +1,28 @@ +location = $(libdir)/libgtkmathview-bonobo.so +serverdir = $(libdir)/bonobo/servers +server_in_files = GNOME_GtkMathView.server.in.in + +CLEANFILES = $(server_in_files:.server.in.in=.server) + lib_LTLIBRARIES = libgtkmathview-bonobo.la libgtkmathview_bonobo_la_LIBADD = $(GTKMATHVIEW_LIBS) $(BONOBOUI_LIBS) $(BONOBO_LIBS) libgtkmathview_bonobo_la_LDFLAGS = -version-info @GTKMATHVIEW_CONTROL_VERSION_INFO@ libgtkmathview_bonobo_la_SOURCES = \ - control-factory.c + control-factory.c \ + persist-file.c \ + persist-stream.c pkginclude_HEADERS = \ - control-factory.h + control-factory.h \ + persist-file.h \ + persist-stream.h + +server_DATA = $(server_in_files:.server.in.in=.server) +$(server_in_files:.server.in.in=.server): $(server_in_files:.server.in.in=.server.in) Makefile + sed -e "s|\@GTKMATHVIEW_FACTORY_LOCATION\@|$(location)|g" $< >$@ INCLUDES = \ $(BONOBOUI_CFLAGS) \