X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2FMakefile.am;h=92e6a969039b0ccfdfd89d5317c7756cf78fa8cd;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=9ae3d2cff45eeb91f960343519318bda17633650;hpb=450d16b153ca65b088474c69e5d8972659735731;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/Makefile.am b/helm/gtkmathview-bonobo/src/Makefile.am index 9ae3d2cff..92e6a9690 100644 --- a/helm/gtkmathview-bonobo/src/Makefile.am +++ b/helm/gtkmathview-bonobo/src/Makefile.am @@ -3,20 +3,22 @@ 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) - -IDL = $(top_srcdir)/idl/GNOME_GtkMathView_View.idl +IDL = $(top_srcdir)/idl/GtkMathView.idl IDL_GENERATED_C = \ - GNOME_GtkMathView_View-common.c \ - GNOME_GtkMathView_View-skels.c \ - GNOME_GtkMathView_View-stubs.c + GtkMathView-common.c \ + GtkMathView-skels.c \ + GtkMathView-stubs.c IDL_GENERATED_H = \ - GNOME_GtkMathView_View.h + GtkMathView.h IDL_GENERATED = $(IDL_GENERATED_C) $(IDL_GENERATED_H) +CLEANFILES = \ + $(server_in_files:.server.in.in=.server) \ + $(IDL_GENERATED) + lib_LTLIBRARIES = libgtkmathview-bonobo.la libgtkmathview_bonobo_la_LIBADD = \ @@ -28,16 +30,25 @@ libgtkmathview_bonobo_la_LDFLAGS = -version-info @GTKMATHVIEW_CONTROL_VERSION_IN libgtkmathview_bonobo_la_SOURCES = \ $(IDL_GENERATED_C) \ + control-data.c \ control-factory.c \ persist-file.c \ persist-stream.c \ + aux.cc \ + handlers.c \ view.c -pkginclude_HEADERS = \ +noinst_HEADERS = \ + control-data.h \ control-factory.h \ persist-file.h \ - persist-stream.h \ - view.h + persist-stream.h \ + handlers.h \ + view.h \ + aux.h + +pkginclude_HEADERS = \ + $(IDL_GENERATED_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