AM_CPPFLAGS = -I $(top_srcdir)/include bin_PROGRAMS = gpass ui_gnome_files = attribute-widgets.c attribute-widgets.h \ attribute-editor.c attribute-editor.h \ lock.c lock.h gpass_SOURCES = main.c \ application.c application.h \ command.c command.h \ view.c view.h \ view-factory.c view-factory.h \ welcome.c welcome.h \ intergradation.c intergradation.h \ authentication.c authentication.h \ window.c window.h \ entry-tree.c entry-tree.h \ summary.c summary.h \ confirm-quit.c confirm-quit.h \ change-master-password.c change-master-password.h \ password-generator.c password-generator.h \ preferences.c preferences.h \ $(ui_gnome_files) \ helper.c helper.h gpass_DEPENDENCIES = $(top_builddir)/lib/libgpass.a gpass_CFLAGS = $(GNOME_CFLAGS) $(MHASH_INCLUDES) $(MCRYPT_CFLAGS) gpass_LDADD = $(GNOME_LIBS) $(MHASH_LIBS) $(MCRYPT_LIBS) \ $(top_builddir)/lib/libgpass.a