repo.or.cz
/
geda-gaf
/
werner.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libgeda: fix memory leak introduced with the last commit.
[geda-gaf/werner.git]
/
symbols
/
io
/
Makefile.am
blob
864a1b86762a3312ef2ccc9a238de8203f5809f0
1
dataiodir = @GEDADATADIR@/sym/io
2
3
dataio_DATA = @dataio@
4
5
EXTRA_DIST = $(dataio_DATA)
6
7
MOSTLYCLEANFILES = *.log *~
8
CLEANFILES = *.log *~
9
DISTCLEANFILES = *.log core FILE *~ prototype.bak
10
MAINTAINERCLEANFILES = *.log *~ Makefile.in configure
11