06282813f5
* BUG: Fix the project refreshing routine that made edited data files read-only and unsaveable. [WEB SITE MAKER] * NEW: Arabic translation made by Daif Alotaibi. * NEW: Support for right-to-left written languages. [GB.DBUS] * NEW: A new component to talk with D-Bus. But it cannot do anything at the moment. [GB.QT4] * BUG: Expanded an item in a TreeView by code now shows the children as if you did it by user interaction. git-svn-id: svn://localhost/gambas/trunk@2197 867c0c6c-44f3-4631-809d-bfa615b0a4ec
14 lines
298 B
Makefile
14 lines
298 B
Makefile
COMPONENT = gb.dbus
|
|
include $(top_srcdir)/component.am
|
|
|
|
INCLUDES = @DBUS_INC@
|
|
|
|
gblib_LTLIBRARIES = gb.dbus.la
|
|
|
|
gb_dbus_la_LIBADD = @DBUS_LIB@
|
|
gb_dbus_la_LDFLAGS = -module @LD_FLAGS@ @DBUS_LDFLAGS@
|
|
|
|
gb_dbus_la_SOURCES = \
|
|
main.c main.h \
|
|
c_dbus.c c_dbus.h \
|
|
c_dbusconnection.c c_dbusconnection.h
|