X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2FMakefile.am;h=92e6a969039b0ccfdfd89d5317c7756cf78fa8cd;hb=03d1ddf4a7fdf03fd497babd84d1963048253f0d;hp=35c011e757ef59f9e73896adc8cfffabcb8b1234;hpb=3199e1c71913abe9797dfd3ccc1c93f1884b3d9b;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