Skip to content

Commit

Permalink
Fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kobliha committed Nov 26, 2012
1 parent b59d53d commit 648ce2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/modules/Makefile.am
Expand Up @@ -2,7 +2,7 @@

SUBDIRS = . testsuite

module_DATA = MailTableInclude.pm MailTable.pm $(wildcard *.ycp) $(wildcard *.pm)
module_DATA = $(wildcard *.ycp) $(wildcard *.pm)
EXTRA_DIST = $(module_DATA) Version.ycp.in

YCPCFLAGS = -M ../types/src
Expand Down

0 comments on commit 648ce2a

Please sign in to comment.