Opened 13 years ago
Closed 13 years ago
#461 closed task (fixed)
avoid confusion between utility.h and utility.h
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | svndigest 0.8 |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
Both lib and lib/yat contain files named utility.h. This is a bit confusing when including header files. Especially since we sets CPPFLAGS to look in top_srcdir/lib and automake ads top_builddir/lib/yat.
To avoid this and still include yat files as "yat/foo.h" I suggest that we move yat to topdir and include files relative to topdir, i.e, we set CPPFLAGS=-I$(top_srcdir).
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [1119]) move lib/yat to yat. close #461