Fixed typo introduced after 0.9.3claws92 that prevented compilation; Updated Makefile...
[claws.git] / src / plugins / trayicon / libeggtrayicon / Makefile.am
1 noinst_LTLIBRARIES = libeggtrayicon.la
2
3 libeggtrayicon_la_SOURCES = \
4         eggtrayicon.c eggtrayicon.h \
5         gtk2-funcs.c gtk2-funcs.h \
6         gtkplugxembed.c gtkplugxembed.h \
7         xembed.h
8
9 AM_CPPFLAGS = \
10         $(GTK_CFLAGS)
11
12 libeggtrayicon_la_LIBADD = \
13         $(GTK_LIBS)
14