diff options
author | Colin Walters <walters@verbum.org> | 2010-11-16 15:08:33 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-11-16 16:58:39 -0500 |
commit | c5cf4ecb0a393af0c9c7cd68859a2e481b6586d2 (patch) | |
tree | d5210313f985b4c8b2ddceafa73de6c97db82e1d /Makefile-tools.am | |
parent | 3af5038eefaabc50fb806f71780a31986e6c265b (diff) | |
download | gobject-introspection-c5cf4ecb0a393af0c9c7cd68859a2e481b6586d2.tar.gz |
girepository: Consistently prefix internal functions with _
This should better avoid them being exported. Rename
girepository-parser.la to girepository-internals.la for clarity.
Diffstat (limited to 'Makefile-tools.am')
-rw-r--r-- | Makefile-tools.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile-tools.am b/Makefile-tools.am index d57ccde8..31e6e711 100644 --- a/Makefile-tools.am +++ b/Makefile-tools.am @@ -15,7 +15,7 @@ g_ir_compiler_CPPFLAGS = -DGIREPO_DEFAULT_SEARCH_PATH="\"$(libdir)\"" \ -I$(top_srcdir)/girepository g_ir_compiler_CFLAGS = $(GIO_CFLAGS) g_ir_compiler_LDADD = \ - libgirepository-parser.la \ + libgirepository-internals.la \ libgirepository-1.0.la \ $(GIREPO_LIBS) @@ -24,7 +24,7 @@ g_ir_generate_CPPFLAGS = -DGIREPO_DEFAULT_SEARCH_PATH="\"$(libdir)\"" \ -I$(top_srcdir)/girepository g_ir_generate_CFLAGS = $(GIO_CFLAGS) g_ir_generate_LDADD = \ - libgirepository-parser.la \ + libgirepository-internals.la \ libgirepository-1.0.la \ $(GIREPO_LIBS) |