Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libgrss
Commits
44591412
Commit
44591412
authored
Jul 07, 2015
by
Igor Gnatenko
Browse files
build: fix typelibdir and girdir
Signed-off-by:
Igor Gnatenko
<
ignatenko@src.gnome.org
>
parent
9c42472f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
44591412
...
...
@@ -124,10 +124,10 @@ Grss_0_6_gir_LIBS = libgrss-0.6.la
Grss_0_6_gir_FILES
=
$(introspection_sources)
INTROSPECTION_GIRS
+=
Grss-0.6.gir
girdir
=
$(datadir)
/gir-
0.6
girdir
=
$(datadir)
/gir-
1.0
gir_DATA
=
$(INTROSPECTION_GIRS)
typelibdir
=
$(libdir)
/girepository-
0.6
typelibdir
=
$(libdir)
/girepository-
1.0
typelib_DATA
=
$(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES
+=
$(gir_DATA)
$(typelib_DATA)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment