Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/src/Makefile.am')
-rw-r--r--eglib/src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/eglib/src/Makefile.am b/eglib/src/Makefile.am
new file mode 100644
index 00000000000..3046a38fc65
--- /dev/null
+++ b/eglib/src/Makefile.am
@@ -0,0 +1,6 @@
+noinst_LTLIBRARIES = libeglib.la
+
+libeglib_la_SOURCES = \
+ ghashtable.c
+
+INCLUDES = -I$(srcdir) \ No newline at end of file