X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2FMakefile.am;h=92e6a969039b0ccfdfd89d5317c7756cf78fa8cd;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=35c011e757ef59f9e73896adc8cfffabcb8b1234;hpb=2a9857d047063f36dfd15b0e07902bde1dd3d466;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/Makefile.am b/helm/gtkmathview-bonobo/src/Makefile.am index 35c011e75..92e6a9690 100644 --- a/helm/gtkmathview-bonobo/src/Makefile.am +++ b/helm/gtkmathview-bonobo/src/Makefile.am @@ -38,12 +38,17 @@ libgtkmathview_bonobo_la_SOURCES = \ handlers.c \ view.c -pkginclude_HEADERS = \ +noinst_HEADERS = \ + control-data.h \ control-factory.h \ persist-file.h \ persist-stream.h \ handlers.h \ - view.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