X-Git-Url: http://git.maemo.org/git/?p=conv-inbox;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=05aa533e947a8bc06bf54b1e9164bfc74b7e8e25;hp=0000000000000000000000000000000000000000;hb=40b72b3a8760fd85a5c68203c247c27b54180930;hpb=96318fda67822f04d8b1b0858b25ac260a0b2ba0 diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..05aa533 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,12 @@ +hildondesktoplib_LTLIBRARIES = conversations-inbox-widget.la + +conversations_inbox_widget_la_CPPFLAGS = \ + $(LIBHILDONDESKTOP_CFLAGS) \ + $(LIBEVENT_LOGGER_CFLAGS) + +conversations_inbox_widget_la_LDFLAGS = -module -avoid-version +conversations_inbox_widget_la_LIBADD = $(LIBHILDONDESKTOP_LIBS) $(LIBEVENT_LOGGER_LIBS) + +conversations_inbox_widget_la_SOURCES = el-home-applet.c el-home-applet.h + +hildonhomedesktopentry_DATA = conversations-inbox-widget.desktop \ No newline at end of file