diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:27:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:34:28 +0300 |
commit | 4912a5e54fe31fd132de5d3a7ddef8de01bb75ba (patch) | |
tree | 869e2c4a0f6517dcbdd1fb958dd7945386e2e312 /eventattacher | |
parent | 10628321ff5eae992cf0eb5f772b15e6894a704e (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'eventattacher')
-rw-r--r-- | eventattacher/prj/d.lst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eventattacher/prj/d.lst b/eventattacher/prj/d.lst index 202a0a06aec8..9b2d88dedb01 100644 --- a/eventattacher/prj/d.lst +++ b/eventattacher/prj/d.lst @@ -1,4 +1,4 @@ -..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT% -..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT% -..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT% -..\%__SRC%\misc\evtatt.component %_DEST%\xml%_EXT%\evtatt.component +..\%__SRC%\bin\*.dll %_DEST%\bin +..\%__SRC%\lib\lib*.so %_DEST%\lib +..\%__SRC%\lib\*.dylib %_DEST%\lib +..\%__SRC%\misc\evtatt.component %_DEST%\xml\evtatt.component |