1noinst_LTLIBRARIES = libperspective.la 2 3AM_CPPFLAGS = \ 4 -I$(top_srcdir)/tools/browser \ 5 -I$(top_builddir) \ 6 -I$(top_srcdir) \ 7 -I$(top_srcdir)/libgda \ 8 $(COREDEPS_CFLAGS) \ 9 $(COREDEPS_WFLAGS) \ 10 $(GTK_CFLAGS) \ 11 $(MAC_INTEGRATION_CFLAGS) 12 13libperspective_la_SOURCES = \ 14 perspective-main.c \ 15 perspective-main.h \ 16 dummy-perspective.h \ 17 dummy-perspective.c 18