Add manifest and fix packaging
[profile/ivi/libgsignon-glib.git] / examples / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 bin_PROGRAMS = gsso-example
4
5 gsso_example_SOURCES = gsso-example.c
6 gsso_example_CPPFLAGS = \
7         -I$(top_srcdir) \
8         $(DEPS_CFLAGS)
9 gsso_example_LDADD = \
10         $(DEPS_LIBS) \
11         $(top_builddir)/libgsignon-glib/libgsignon-glib.la