gambas-source-code/gb.desktop.x11/src/Makefile.am
Benoît Minisini fb1b6a762a [CONFIGURATION]
* NEW: Add an automake init flag to prevent warnings with recent versions 
  of automake.

[DEVELOPMENT ENVIRONMENT]
* NEW: A Gambas project directory is now identify by a ".project" file that
  actually begins with the expected header.

[GB.DESKTOP.X11]
* NEW: X11Systray is a new static class that implements a system tray 
  inside an already existing DrawingArea of your project. Beware, this it 
  the initial experimental version. That class is based on the 'stalone'
  project source code.

[GB.GTK]
* BUG: Default tray icon is correctly visible now.

[GB.GTK3]
* BUG: Default tray icon is correctly visible now.

[GB.QT4]
* BUG: Tray icons are now scaled, like with GTK+.


git-svn-id: svn://localhost/gambas/trunk@6299 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-06-02 00:39:44 +00:00

38 lines
No EOL
822 B
Makefile

COMPONENT = gb.desktop.x11
include $(top_srcdir)/component.am
gblib_LTLIBRARIES = gb.desktop.x11.la
gb_desktop_x11_la_LIBADD = @DESKTOP_X11_LIB@
gb_desktop_x11_la_LDFLAGS = -module @LD_FLAGS@ @DESKTOP_X11_LDFLAGS@
gb_desktop_x11_la_CPPFLAGS = @DESKTOP_X11_INC@
gb_desktop_x11_la_SOURCES = \
main.c main.h \
x11.c x11.h \
gb_list.c \
c_x11.c c_x11.h \
c_x11systray.h c_x11systray.c \
systray/systray.h \
systray/systray.c \
systray/icons.c \
systray/icons.h \
systray/xembed.c \
systray/xembed.h \
systray/embed.c \
systray/embed.h \
systray/settings.c \
systray/settings.h \
systray/xutils.c \
systray/xutils.h \
systray/tray.c \
systray/tray.h \
systray/debug.h \
systray/list.h \
systray/wmh.c \
systray/wmh.h \
systray/common.h \
systray/debug.c \
systray/kde_tray.c \
systray/kde_tray.h