Commit c4e406213631b03fb36d4a468c5c2806a15622e9

Authored by Perry Werneck
1 parent 09d6eb3a

Adjusting for windows packaging.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
schemas/Makefile.in
@@ -53,6 +53,7 @@ INSTALL_DATA=@INSTALL_DATA@ @@ -53,6 +53,7 @@ INSTALL_DATA=@INSTALL_DATA@
53 53
54 all: 54 all:
55 # Compile schemas to check if they're valid 55 # Compile schemas to check if they're valid
  56 + @$(MKDIR) $(BINDIR)
56 @glib-compile-schemas \ 57 @glib-compile-schemas \
57 --targetdir=$(BINDIR) \ 58 --targetdir=$(BINDIR) \
58 $(BASEDIR)/schemas/@OSNAME@ 59 $(BASEDIR)/schemas/@OSNAME@