diff options
| author | Gavin Andresen <[email protected]> | 2012-08-28 17:04:54 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-08-28 17:04:54 -0400 |
| commit | f35c6c4fb9d1f06c1ba186c49b582c820679a18c (patch) | |
| tree | 44548e9aff5e64cacfc3f49a794eaf918674f7d6 /src/makefile.linux-mingw | |
| parent | Merge pull request #1741 from freewil/release-notes-remove-i2p (diff) | |
| download | discoin-f35c6c4fb9d1f06c1ba186c49b582c820679a18c.tar.xz discoin-f35c6c4fb9d1f06c1ba186c49b582c820679a18c.zip | |
Refactor: move alert code from main to alert.cpp/h
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 625ed6784..c46c876d2 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -55,6 +55,7 @@ LIBS += -l mingwthrd -l kernel32 -l user32 -l gdi32 -l comdlg32 -l winspool -l w HEADERS = $(wildcard *.h) OBJS= \ + obj/alert.o \ obj/version.o \ obj/checkpoints.o \ obj/netbase.o \ |