mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:35:34 +00:00
a790f01a54
* */Makefile.am : define SYMBOLS if it isn't already to fix breakage with older automakes. svn path=/trunk/gtk-sharp/; revision=40810
23 lines
317 B
Makefile
23 lines
317 B
Makefile
if ENABLE_GDA
|
|
pkg = gda
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = gda-sharp-2.0.pc
|
|
else
|
|
pkg =
|
|
endif
|
|
|
|
METADATA = Gda.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
sources = \
|
|
Application.cs
|
|
|
|
customs = \
|
|
XmlConnection.custom
|
|
|
|
add_dist = gda-sharp-2.0.pc.in
|
|
|
|
include ../Makefile.include
|
|
|